This repository was archived by the owner on Mar 26, 2026. It is now read-only.
fix(ambient): remove redundant 'Await instructions' message#288
Merged
jsell-rh merged 2 commits intojsell-rh:mainfrom Mar 23, 2026
Merged
fix(ambient): remove redundant 'Await instructions' message#288jsell-rh merged 2 commits intojsell-rh:mainfrom
jsell-rh merged 2 commits intojsell-rh:mainfrom
Conversation
Addresses confusion between interrupt, stop, kill, and delete operations in the ambient workflow guidance. Changes: - protocol.md: Added "Agent Lifecycle Operations" section with clear definitions and distinctions between each operation - mcp_tools.go: Updated stop_agent, spawn_agent, and restart_agent tool descriptions to clarify behavior and data preservation - api-reference.md: Added lifecycle operations summary and expanded endpoint descriptions to clarify what is preserved vs deleted - AgentDetail.vue: Updated tooltips and dialog text to reinforce that kill/stop/restart preserve agent records while delete removes all data Key clarifications: - Interrupt = pause current task (agent keeps running) - Stop/Kill = end session cleanly (preserves agent record, can restart) - Delete = permanent removal (all data deleted, cannot restart) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
19558ed to
df58a09
Compare
Resolved conflict in AgentDetail.vue by accepting main's dropdown menu approach for lifecycle actions. This supersedes the flex-wrap grouping from PR jsell-rh#288 while preserving all flex-wrap additions on other rows. Main's dropdown menu is a better UX solution for mobile/overflow issues and already includes all flex-wrap improvements from frontend-ui. Changes merged from main: - AgentDetail.vue: Dropdown menu for lifecycle actions - AgentMessages.vue: Session active warning and input disabling
auto-merge was automatically disabled
March 23, 2026 15:14
Head branch was pushed to by a user without write access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
initialPromptwhenopts.Commandwas emptysystemPromptand agent ignition protocol already provide all necessary context and instructionsChanges
session_backend_ambient.go:143-148to setinitialPromptdirectly toopts.Commandwithout the fallback messageinitialPromptmay now be empty if the workflow handles initialization entirely via its system/startup promptsTest plan
Closes TASK-005
🤖 Generated with Claude Code